home *** CD-ROM | disk | FTP | other *** search
- Path: newstand.syr.edu!usenet
- From: "Mohamed A. Jeragh" <maj@top.cis.syr.edu>
- Newsgroups: comp.lang.c++
- Subject: Bitmap and Colors
- Date: Sun, 24 Mar 1996 13:09:08 -0500
- Organization: Syracuse University
- Message-ID: <31558FC4.519D@top.cis.syr.edu>
- NNTP-Posting-Host: sudial-119.syr.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Using VC++ 4.0, I drew a bitmap by changing almost all the colors, and
- add it to an imagelist using add member function and masking it with
- white(RGB(255,255,255)). but when I use the draw member function, I get
- hte original palette, and my bitmap is drawed with false colors. How do
- I get draw my bitmap with the colors, I saved it with.
-
- Thank you in advance,
- MJ
-
- PS: Please forward your answer to maj@top.cis.syr.edu
-